ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (PagesCollection<T>)
    In This Topic
    Gets a value indicating whether the System.Collections.IList is read-only.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}

    Property Value

    true if this instance is read only; otherwise, false.
    See Also